projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b183a5
)
x86/efi: Autoload efi-pstore
author
Ben Hutchings
<ben@decadent.org.uk>
Wed, 24 Dec 2014 16:44:06 +0000
(17:44 +0100)
committer
maximilian attems
<maks@debian.org>
Sat, 31 Jan 2015 21:20:40 +0000
(21:20 +0000)
efi-pstore should be auto-loaded on EFI systems, same as efivars.
Gbp-Pq: Topic features/all
Gbp-Pq: Name efi-autoload-efi-pstore.patch
drivers/firmware/efi/efi-pstore.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/efi/efi-pstore.c
b/drivers/firmware/efi/efi-pstore.c
index e992abc5ef264e38fefb0b3361f91c357fd1d08e..c8d794c5847989e1d150b8da968e76a24c6e0d91 100644
(file)
--- a/
drivers/firmware/efi/efi-pstore.c
+++ b/
drivers/firmware/efi/efi-pstore.c
@@
-400,3
+400,4
@@
module_exit(efivars_pstore_exit);
MODULE_DESCRIPTION("EFI variable backend for pstore");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:efivars");